home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr36
/
chessc29.zip
/
DNLOADZ.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-25
|
872b
|
30 lines
echo off
set comport=2
echo .
echo To download to current directory, just run DNLOADZ.BAT
echo To download to a different dir, type DNLOADZ [directory]
echo Example: DNLOADZ c:\temp
echo .
echo This DNLOADZ.BAT file is currently using COM:%comport%
echo .
dsz port %comport% handshake both pB4096 z pr1 rz -p %1
if errorlevel==1 goto NoGo
goto Finished
:NoGo
echo .
echo ------- The Download did NOT work !! --------
echo Maybe the SET COMPORT= in this bat is wrong????
echo It is currently set to COM:%comport%
echo -----------------------------------------------
echo .
:Finished
echo .
echo If you SHELLED out of ChessCOM, type EXIT to return to CHESSCOM.
echo If this does not get you back into ChessCOM, then it is no longer
echo in memory and you should type CHESSCOM to fire it up again.
echo .